升级到1030

chengzhenyu 8 years ago
parent
commit
f004881a26
2 changed files with 8 additions and 8 deletions
  1. 1 1
      .idea/misc.xml
  2. 7 7
      app/build.gradle

+ 1 - 1
.idea/misc.xml

@@ -37,7 +37,7 @@
37 37
     <ConfirmationsSetting value="0" id="Add" />
38 38
     <ConfirmationsSetting value="0" id="Remove" />
39 39
   </component>
40
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
40
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
41 41
     <output url="file://$PROJECT_DIR$/build/classes" />
42 42
   </component>
43 43
   <component name="ProjectType">

+ 7 - 7
app/build.gradle

@@ -20,8 +20,8 @@ android {
20 20
         applicationId "ai.pai.lensman"
21 21
         minSdkVersion MIN_SDK_VERSION as int
22 22
         targetSdkVersion TARGET_SDK_VERSION as int
23
-        versionCode 1029
24
-        versionName "1.0.29"
23
+        versionCode 1030
24
+        versionName "1.0.30"
25 25
         buildConfigField "boolean", "isTestMode", "true"
26 26
         manifestPlaceholders = [CHANNEL_NAME: "guanwang"]
27 27
     }
@@ -98,8 +98,8 @@ buildscript {
98 98
         classpath 'com.android.plugin.hotpatch:hotpatch:1.0.0'
99 99
     }
100 100
 }
101
-//apply plugin: 'plugin.hotpatch'
102
-//
103
-//hotpatch{
104
-//    includePackageDir='ai\\pai\\lensman'
105
-//}
101
+apply plugin: 'plugin.hotpatch'
102
+
103
+hotpatch{
104
+    includePackageDir='ai\\pai\\lensman'
105
+}